From: Nick Roberts Date: Wed, 8 Apr 2009 12:34:00 +0000 (+0000) Subject: Give hint for GDB in Emacs on Mac OSX. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~929 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f04e341cfa595cf4f66d22bf03e9be8e7370517;p=emacs.git Give hint for GDB in Emacs on Mac OSX. --- diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 81a536f066b..34c13b6948f 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -83,6 +83,13 @@ ;; 2) Use MinGW GDB instead. ;; 3) Use cygwin-mount.el +;;; Mac OSX: + +;; GDB in Emacs on Mac OSX works best with FSF GDB as Apple have made +;; some changes to the version that they include as part of Mac OSX. +;; This requires GDB version 7.0 or later (estimated release date June 2009) +;; as earlier versions don not compile on Mac OSX. + ;;; Known Bugs: ;; 1) Cannot handle multiple debug sessions.